home *** CD-ROM | disk | FTP | other *** search
- if(B1A)
- {
- Text1 = "To je ale horko, co?";
- if(_root.menu.eng)
- {
- Text1 = "It\'s hot, isn\'t it?";
- }
- }
- else
- {
- Text1 = "";
- setProperty("But1", _visible, false);
- }
- if(B1B and _root.dvere)
- {
- Text2 = "Nev{invalid_utf8=237}te co je za tou zamknutou br{invalid_utf8=225}nou?";
- if(_root.menu.eng)
- {
- Text2 = "Do you know what is behind this locked gate?";
- }
- }
- else
- {
- Text2 = "";
- setProperty("But2", _visible, false);
- }
- if(B1C)
- {
- Text3 = "L{invalid_utf8=233}t{invalid_utf8=225} odsud n{invalid_utf8=236}co na Zemi?";
- if(_root.menu.eng)
- {
- Text3 = "Is there going something to Earth?";
- }
- }
- else
- {
- Text3 = "";
- setProperty("But3", _visible, false);
- }
- if(B1D)
- {
- Text4 = "No nic, tak j{invalid_utf8=225} abych {invalid_utf8=154}el";
- if(_root.menu.eng)
- {
- Text4 = " I have to go.";
- }
- }
- else
- {
- Text4 = "";
- setProperty("But4", _visible, false);
- }
- But1.Varianta = "A";
- But2.Varianta = "B";
- But3.Varianta = "C";
- But4.Varianta = "D";
- Level = "1";
- But1.Enabled = B1A;
- But2.Enabled = B1B and _root.dvere;
- But3.Enabled = B1C;
- But4.Enabled = B1D;
-